xen/arm: vexpress: Blacklist a list of board specific devices
authorJulien Grall <julien.grall@linaro.org>
Fri, 13 Sep 2013 12:49:28 +0000 (13:49 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 17 Sep 2013 14:29:03 +0000 (15:29 +0100)
commitc04b69e769ce1a5deed07ad41314c4aa25ee2596
treee764c06702902741f3081c8e899e6fd6b0d042ca
parentcb869df938b2a1480a079a2ea534af03da3ee3dc
xen/arm: vexpress: Blacklist a list of board specific devices

On Versatile there are a bunch of devices which must not be pass-through to any
guest (power management and cache coherency devices).

This commit also blacklists the HDLCD device because Xen is unable to correctly
map the framebuffer into dom0. Therefore, when Linux will try to access to the
framebuffer, Xen will receive a non-handled data access.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/platforms/vexpress.c